home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
dev
/
gcc
/
newgccstart.lha
/
source.lha
/
libm
/
libcall.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-03-14
|
138 b
|
14 lines
#ifdef MOTOROLATYPE
#ifndef CALL
#define CALL(x) "jsr "x"(a6)"
#endif
#else
#ifndef CALL
#define CALL(x) "jsr a6@("x")"
#endif
#endif